home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / 4th86_v4.zip / DISK.NDX < prev    next >
Text File  |  1994-01-03  |  3KB  |  89 lines

  1.  
  2.  
  3.  
  4. Executable system
  5. =================
  6. 4TH86DEM.COM  -- full system DEMO including floating point. Configured to 
  7.             work in video page 0 only.
  8.          execute command  1 IVPAGE !  to configure for page switching
  9.     
  10. EDITR.BAT        shelled to by words REDIT and EDIT
  11. EDHELP           displayed by REDIT if USING xxxx has not been specified
  12. ASMBL.BAT        shelled to by word BLOAD
  13. ORGFILE          redundant -- new version written each time BLOAD is used
  14.  
  15. TUTORIAL.TXT      usually loaded by word HELP. Must be present in DEMO version
  16.             as it is loaded automatically by default
  17.         ( contains embedded control codes - do not try to print )
  18.  
  19. EXAMPLE1.4TH      used by Tutorial
  20. EXAMPLE2.4TH                  and FLOADed automatically as needed
  21.  
  22. Explanatory text
  23. ================
  24.  
  25. DISK.NDX    this file
  26. CEL4.4TH    walkthrough of developing and debugging CEL4.4TH
  27. INTRO.4TH    read this first -- setup and useage information.
  28. MANUAL.4TH    manual doubling as tutorial
  29. GLOSSARY.4TH    glossary of main words
  30. WHY.UCC         a description of the objectives and philosophy of 4th_86
  31. REGISTER.INF    registration form
  32. SOURCE.INF      details of source code available via registration options.
  33.  
  34. Stand-alone demos
  35. =================
  36. FP_DEMO.COM       Angle-Sine table and Fahr => Celsius conversions
  37. HILBERT.COM       Hilbert and Sierpinski curves
  38. MAND.COM          Updated Mandelbrot demonstration
  39. 4DEMO.COM       Kaleidoscope, and other graphics demos
  40.  
  41. Source for standalone demos
  42. ===========================
  43. ( examine these for further guidance on writing 4th_86 * ASM source code  )
  44.  
  45.   HILCOM.DEM   -- FLOAD this  to re-create disk file HILBERT.COM
  46.   HILSIER2.4TH -- automatically floaded by HILCOM.DEM
  47.   APPS.IMG     -- automatically iloaded by HILCOM.DEM and all non FPoint demos
  48.   APPSFP.IMG   -- extension of APPS.IMG to include FPoint words.
  49.             ( not included in DEMO version )
  50.  
  51.  
  52. Demonstration and tutorial source
  53. =================================
  54. ( -- examine these for further guidance on writing 4th_86 source code -- 
  55.   They can also be loaded and most will execute a demonstration )
  56.  
  57.   SECDELAY.4TH  mixed assembly and forth source for word SECDELAY
  58.  
  59.   FRENCH.4TH    response to a request for methods of inserting French text
  60.           FLOAD into 4TH86DEM.COM
  61.   NUMTEST.4TH    test for numeric keyboard entry routines
  62.           FLOAD into 4TH86DEM.COM
  63.  
  64.   7TUT04.4TH    source for HELP tutorial
  65.           do **not** FLOAD -- already in 4TH86DEM.COM
  66.  
  67.   SHARPS.4TH    numeric display formatting routines
  68.           FLOAD into 4TH86DEM.COM
  69.  
  70.   ARRAY.4TH     demonstration of defining words with example
  71.           FLOAD into 4TH86DEM.COM
  72.  
  73.   HILSIER.4TH     as for HILSIER2.4TH but allows parameters to be given
  74.                     FLOAD into 4TH86DEM.COM ( read source for useage info )
  75.  
  76.   CEL4.4TH     source for Fahrenheit Celsius conversion
  77.                 ( see also text file CEL4.WLK )
  78.  
  79.   TEST.ASM     can be used to test BLOAD -- type BLOAD TEST -- then execute
  80.             words FIRST, SECOND, THIRD
  81.  
  82.  
  83.   MASMTST   )
  84.   MASM.TST  ) --    shows format of inline assembly statements
  85.            FLOAD these files. They also include the word DD to 
  86.            check the disassembler as well as the inline assembler
  87.  
  88.  
  89.